home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_217_110 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-27  |  212 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.lives <= 0)
  3.    {
  4.       _X = 186.6;
  5.       _Y = 103.5;
  6.       _visible = true;
  7.    }
  8.    else
  9.    {
  10.       _visible = false;
  11.       _X = -5555;
  12.       _Y = -5555;
  13.    }
  14. }
  15.